ServiceCopyItem Method (ItemId, FolderId) |
Copies an item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemInfoResponse CopyItem(
ItemId itemId,
FolderId targetFolderId
)
Public Function CopyItem (
itemId As ItemId,
targetFolderId As FolderId
) As ItemInfoResponse
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The ID of the item to copy. - targetFolderId
- Type: Independentsoft.ExchangeFolderId
The ID of the folder to copy the items to.
Return Value
Type:
ItemInfoResponseCopy operation result.
See Also